summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
justbur [Sat, 4 Jul 2015 02:19:50 +0000 (22:19 -0400)]
Fix index error for subseq
justbur [Sat, 4 Jul 2015 02:10:34 +0000 (22:10 -0400)]
Switch default to minibuffer
There are a lot of changes here.
1. Reorganized and factored a bunch of code.
2. Rewrote the logic to calculate line breaks (much cleaner).
3. Switched to using the minibuffer by default, which seems more
foolproof and saves line space (I'm sure there's something wrong with
this).
justbur [Fri, 3 Jul 2015 19:36:55 +0000 (15:36 -0400)]
Update docstrings and fix packaging
justbur [Fri, 3 Jul 2015 17:25:26 +0000 (13:25 -0400)]
Move cursor code to setup
justbur [Fri, 3 Jul 2015 17:07:07 +0000 (13:07 -0400)]
Try to hide cursor
justbur [Fri, 3 Jul 2015 17:06:43 +0000 (13:06 -0400)]
Better picture
justbur [Fri, 3 Jul 2015 16:51:05 +0000 (12:51 -0400)]
Get the cursor out of the way
justbur [Fri, 3 Jul 2015 16:50:37 +0000 (12:50 -0400)]
Add picture to readme
justbur [Fri, 3 Jul 2015 16:00:07 +0000 (12:00 -0400)]
Arrows are more fun
Also add padding between entries
justbur [Fri, 3 Jul 2015 12:39:26 +0000 (08:39 -0400)]
Switch readme to org-mode
justbur [Fri, 3 Jul 2015 12:32:40 +0000 (08:32 -0400)]
Switch back to popwin for now
justbur [Fri, 3 Jul 2015 12:12:10 +0000 (08:12 -0400)]
Remove unnecessary checks
justbur [Fri, 3 Jul 2015 12:09:27 +0000 (08:09 -0400)]
Save popwin functions as comments
justbur [Fri, 3 Jul 2015 12:07:02 +0000 (08:07 -0400)]
Merge branch 'display-buffer'
justbur [Fri, 3 Jul 2015 01:33:35 +0000 (21:33 -0400)]
Remove commented funcs and messages
justbur [Fri, 3 Jul 2015 01:28:48 +0000 (21:28 -0400)]
Add option to select display-buffer function.
Only 2 are implemented at the moment.
justbur [Fri, 3 Jul 2015 00:05:01 +0000 (20:05 -0400)]
Declare `which-key--close-timer'
justbur [Thu, 2 Jul 2015 23:28:36 +0000 (19:28 -0400)]
Fix close timer randomly kicking in
when you take too long to decide
justbur [Thu, 2 Jul 2015 23:08:15 +0000 (19:08 -0400)]
Fix text replacement alist
Conflicts:
which-key.el
justbur [Thu, 2 Jul 2015 23:08:15 +0000 (19:08 -0400)]
Fix text replacement alist
justbur [Thu, 2 Jul 2015 22:14:04 +0000 (18:14 -0400)]
Switch from popwin to display-buffer
justbur [Thu, 2 Jul 2015 15:41:59 +0000 (11:41 -0400)]
Start working on MELPA requirements
justbur [Thu, 2 Jul 2015 13:19:48 +0000 (09:19 -0400)]
Add provide line
justbur [Thu, 2 Jul 2015 12:55:14 +0000 (08:55 -0400)]
Fix variable names
justbur [Thu, 2 Jul 2015 12:36:54 +0000 (08:36 -0400)]
Make internal variables stand out
justbur [Thu, 2 Jul 2015 12:27:29 +0000 (08:27 -0400)]
Reorganize main update function
justbur [Thu, 2 Jul 2015 12:01:23 +0000 (08:01 -0400)]
Cleanup
justbur [Thu, 2 Jul 2015 02:42:42 +0000 (22:42 -0400)]
Less rough now
justbur [Thu, 2 Jul 2015 02:41:22 +0000 (22:41 -0400)]
Add option to force buffer closed after certain amount of time
justbur [Thu, 2 Jul 2015 02:31:02 +0000 (22:31 -0400)]
Fix vertical buffer width
I think
justbur [Thu, 2 Jul 2015 02:01:36 +0000 (22:01 -0400)]
Improve choice of buffer width and height
Justin Burkett [Thu, 2 Jul 2015 01:10:55 +0000 (21:10 -0400)]
Create README.md
justbur [Thu, 2 Jul 2015 01:07:09 +0000 (21:07 -0400)]
Add docstrings
justbur [Thu, 2 Jul 2015 00:56:18 +0000 (20:56 -0400)]
Remove hardcoded variables and switch popwin method
Use display-buffer with popwin:special-display-config
justbur [Thu, 2 Jul 2015 00:19:01 +0000 (20:19 -0400)]
Initial Commit
Justin Burkett [Thu, 2 Jul 2015 00:20:55 +0000 (20:20 -0400)]
Add license